home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 115 / macaddict115.cdr / Software / Internet & Communication / Snak.dmg / Enable ident (optional) / OS X 10.2 / IdentCtl / README.txt < prev   
Text File  |  2003-01-08  |  1KB  |  32 lines

  1. IdentCtl
  2. Copyright (C) 2002 Landon Fuller <landonf@fullers.org>
  3. See the file "LICENSE.txt" for further license & liability information
  4. If LICENSE.txt was not included with your distribution, please consult:
  5. http://public.boredom.org/~swift/code/identctl/license.txt
  6.  
  7. This application allows you to enable and disable the ident server that is
  8. included with MacOS X.
  9.  
  10. IdentCtl requires root privileges, and you will be asked to enter an
  11. Administrator password. Please take time to understand the security and privacy 
  12. implications of enabling the ident daemon on your system.
  13.  
  14. If you do not require identd to connect to an IRC server, do not enable the
  15. service. The identd service will run at all times, even when you are not
  16. connected to IRC or running an IRC client. It will continue to run after you
  17. log out of OS X, and even when you reboot.
  18.  
  19. IdentCtl consists of two parts, IdentCtl.app (the Cocoa front-end), and
  20. inetd.tool (a "faceless" backend). The Cocoa front-end is provided as an
  21. example of how to use the inetdtool background application. Users might
  22. also find it useful :)
  23.  
  24. IdentCtl.app and inetd.tool use the Authentication Services from the Security
  25. Framework in order to authenticate the user before modifying the system.
  26.  
  27. inetd.tool is implemented generically enough to enable and disable any service
  28. in /etc/inetd.conf.
  29.  
  30. If you wish to restribute IdentCtl or use any part of it in your own application
  31. be sure to read the accompanying license in LICENSE.txt.
  32.